Week 6 Practice Problems - CS50x 2023
In addition to this week’s lab and problem set, you’re welcome to try any of these (optional!) practice problems:
- Bank, from CS50’s Introduction to Programming with Python, for practice with
str
s - Frank, Ian and Glen’s Letters, from CS50’s Introduction to Programming with Python, for practice with libraries and command-line arguments
- Jar, from CS50’s Introduction to Programming with Python, for an introduction to classes and object-oriented programming, if feeling more comfortable
- Seven Day Average, for practice with requests,
dict
s, and data, if feeling more comfortable - Taqueria, from CS50’s Introduction to Programming with Python, for practice with
dict
s andtry
/except
blocks
📄️ bank
cs50x practice problem bank
📄️ figlet
cs50x practice problem figlet
📄️ jar
cs50x practice problem jar
📄️ seven-day-average
cs50x practice problem seven-day-average
📄️ taqueria
cs50x practice problem taqueria